ocr: ncapsulation incapsulation, is one of the three main properties of Object Oriented Programmingtthe other two are Inheritance and Polymorphism). ncapsulation means to combine a data structure with runctions that are responsible or dedicated to manipulating the data. Encapsulation can be achieved by a defining a class. unctions are simply methods or actions that dictate what the data structure or class is doing with the given data. Member runctions, are operations on objects of the class. There are two special types of member runctions, Lonstructors and Destructors AC Lonstructor, specities how ...